home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / 1080.swf / scripts / DefineButton2_120 / BUTTONCONDACTION on(release).as
Text File  |  2006-06-13  |  132b  |  9 lines

  1. on(release){
  2.    _root.mheight += 5;
  3.    if(20 < _root.mheight)
  4.    {
  5.       _root.mheight = 20;
  6.    }
  7.    nop = _root.mheight;
  8. }
  9.